home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Geek Games #12
/
GEGA012.iso
/
Jogos de Azar
/
662.swf
/
scripts
/
frame_129
/
DoAction.as
Wrap
Text File
|
2006-01-17
|
217b
|
17 lines
player_grade = "";
if(game_over == "player")
{
tellTarget("over")
{
gotoAndPlay(2);
}
}
else if(game_over == "computer")
{
tellTarget("win")
{
gotoAndPlay(2);
}
}
stop();